home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Proxy Server / Socks Connector.exe / Setup.sss < prev    next >
Encoding:
Text File  |  2001-01-25  |  897 b   |  21 lines

  1. SET APPTITLE TO SocksConnector
  2. SET PROGFILES TO HKLM, Software\Microsoft\Windows\CurrentVersion, ProgramFilesDir, C:
  3. SET PROGMENU TO HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders, Programs
  4. SET DESKTOP TO HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders, Desktop
  5. SET INSTALLDIR TO %PROGFILES%\%APPTITLE%
  6. SET PROGGRP TO %APPTITLE%
  7. SET LICENSE TO eula.txt
  8. SET BACKGROUND TO "AECEFF, 0"
  9. CALLDLL StdWzd.dll, InitBackground
  10. CALLDLL StdWzd.dll, SetupWizard
  11. IF %RESULT%=CANCEL
  12.     ABORT
  13. END
  14. SET SSETUPFOLDER TO %INSTALLDIR%\Setup
  15. SET UNINSTALL TO TRUE
  16. COPY SocksConnect.exe TO %INSTALLDIR%
  17. COPY webinfo.cfg TO %INSTALLDIR%
  18. COPY picture.jpg TO %INSTALLDIR%
  19. LINK Socks Connector,  %INSTALLDIR%\SocksConnect.exe,  %PROGMENU%\%PROGGRP%
  20. LINK Uninstall %APPTITLE%, %SSETUPFOLDER%\Setup.exe, %PROGMENU%\%PROGGRP%,-u %SSETUPFOLDER%\Uninstall.sss
  21.